GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureOCR / GetTableCellText Method





In This Topic
GetTableCellText Method (GdPictureOCR)
In This Topic
Syntax
'Declaration
 
Public Function GetTableCellText( _
   ByVal OCRResultID As String, _
   ByVal TableIdx As Integer, _
   ByVal ColummIdx As Integer, _
   ByVal RowIdx As Integer _
) As String
public string GetTableCellText( 
   string OCRResultID,
   int TableIdx,
   int ColummIdx,
   int RowIdx
)
public function GetTableCellText( 
    OCRResultID: String;
    TableIdx: Integer;
    ColummIdx: Integer;
    RowIdx: Integer
): String; 
public function GetTableCellText( 
   OCRResultID : String,
   TableIdx : int,
   ColummIdx : int,
   RowIdx : int
) : String;
public: string* GetTableCellText( 
   string* OCRResultID,
   int TableIdx,
   int ColummIdx,
   int RowIdx
) 
public:
String^ GetTableCellText( 
   String^ OCRResultID,
   int TableIdx,
   int ColummIdx,
   int RowIdx
) 

Parameters

OCRResultID
TableIdx
ColummIdx
RowIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureOCR
GdPictureOCR Members